# -*- mode: snippet -*-
# name: for (int j)
# key: forj
# --

for (int j = 0; i < $1; j++)
{
    $0
}